home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-11-25 | 928 b | 45 lines |
- // File Documentation
- // The paramaters output and channeltype have the following optional settings:
-
- // OUTPUT:
- // output=waveout
- // output=directsound
- // output=default
-
- // CHANNELTYPE:
- // channeltype=qsound
- // channeltype=hardware
- // channeltype=software
- // channeltype=default
-
- // The 5 settings you should try are:
- // 1.
- // output=default
- // channeltype=default
-
- // 2.
- // output=default
- // channeltype=qsound
-
- // 3.
- // output=directsound
- // channeltype=qsound
-
- // 4.
- // output=directsound
- // channeltype=hardware
-
- // 5.
- // output=directsound
- // channeltype=software
-
- // Now please set the parameters below to setting 2 (see above) if setting 1 doesnt work.
- // Repeat with the other setting until you find one which works for you and let us know
- // which ones work for you, list your soundcard and driver as well please.
-
- [sndplay]
- output=default
- channeltype=default
-
-
-